home *** CD-ROM | disk | FTP | other *** search
INI File | 2000-08-31 | 1.3 KB | 64 lines |
- [SUBJECT]
- Description=Movement of text Script
- ImageIndex=-1
- Folder=DHTML Text Effects
-
-
- [HEAD_TEXT]
- ;<SCRIPT LANGUAGE="JavaScript">
- ;<!-- Start script
- ;var ms = navigator.appVersion.indexOf("MSIE")
- ;ie4 = (ms>0) && (parseInt(navigator.appVersion.substring(ms+5, ms+6)) >= 4)
- ;
- ;function move1(from, to, moveto) {
- ; if (from > to) {
- ; document.all.texte.style.left = (from -= moveto);
- ; setTimeout('move1(' + from + ',' + to + ',' + moveto + ')', 75);
- ; }
- ;}
- ;function moven1(from, to, moveto) {
- ; if (from > to) {
- ; document.texte.left = (from -= moveto);
- ; setTimeout('moven1(' + from + ',' + to + ',' + moveto + ')', 75);
- ; }
- ;}
- ;// End script -->
- ;</SCRIPT>
-
-
-
- [BODY_TEXT]
- ;<BODY onLoad="ie4?move1(`start_position`,`end_position`,`offset`):moven1(`start_position`,`end_position`,`offset`)">
- ;<DIV ID="texte" STYLE="text-align:center;font-size:`font_size`pt;font-family:`font_family`;color:`color`;position:relative">`text`</DIV>
-
-
-
- [`start_position`]
- Kind=N
- Value=600
-
- [`end_position`]
- Kind=N
- Value=0
-
- [`offset`]
- Kind=N
- Value=20
-
- [`font_size`]
- Kind=N
- Value=10
-
- [`font_family`]
- Kind=S
- Value=Times New Roman
-
- [`color`]
- Kind=C
- Value=#000000
-
- [`text`]
- Kind=S
- Value=This text is the preview of your result.
-
-